var net.getHostname

3 uses

	net (current package)
		conf.go#L222: 			hn, err := getHostname()
		dnsconfig_unix.go#L20: 	getHostname = os.Hostname // variable for testing
		dnsconfig_unix.go#L171: 	hn, err := getHostname()